func runtime.runqput

5 uses

	runtime (current package)
		proc.go#L906: 	runqput(mp.p.ptr(), gp, next)
		proc.go#L3845: 	runqput(pp, gp, false)
		proc.go#L4484: 		runqput(pp, newg, true)
		proc.go#L6016: 		runqput(pp, gp1, false)
		proc.go#L6199: func runqput(pp *p, gp *g, next bool) {